home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00584_Script_Bribe Stopframe Script < prev    next >
Text File  |  1995-05-21  |  721b  |  29 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, gTheDay
  3.   
  4.   if the movieTime of sprite 48 >= theStopFrame then
  5.     set the movieRate of sprite 48 = 0
  6.     go to the frame + 1
  7.   end if
  8.   
  9.   puppetsprite 48, false
  10.   repeat with d = 7 to 10
  11.     puppetsprite d, false
  12.   end repeat
  13.   
  14.   --set the movietime of sprite 48 to 0
  15.   --set the directToStage of cast¼
  16.  string(the name of cast value(the castNum of sprite 48)) to 0
  17.   set the sound of cast¼
  18.  string(the name of cast value(the castNum of sprite 48)) to 0
  19.   updatestage
  20.   
  21.   if snap1 <> 0 and snap2 <> 0 then
  22.     go frame "Darkroom"
  23.   else
  24.     go frame gTheDay & "NoShots"
  25.   end if
  26.   puppetsound 0
  27.   updatestage
  28.   go to the frame
  29. end